home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / lib / X11 / app-defaults / XFtp.mono < prev    next >
Text File  |  1994-08-04  |  9KB  |  355 lines

  1. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  2. !
  3. !  XFtp.mono - xftp's application defaults file for monochrome displays.
  4. !              Change name to XFtp.
  5. !
  6. !  See comments at end of file for info on using a larger font.
  7. !
  8. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  9.  
  10.  
  11. !
  12. ! Font
  13. !
  14. XFtp*defaultFontList: *hel*-b*-r-*-12-*,variable
  15. XFtp*fontList: *hel*-b*-r-*-12-*,variable
  16. XFtp*leftDirLong*dirList.fontList: 7x13bold,fixed
  17. XFtp*rightDirLong*dirList.fontList: 7x13bold,fixed
  18. XFtp*view*text.fontList: 7x13bold,fixed
  19.  
  20.  
  21. !
  22. ! Make sure borders look good
  23. !
  24. XFtp*borderWidth: 0
  25.  
  26.  
  27. !
  28. ! Main Window resources
  29. !
  30. XFtp.title: LLNL XFTP
  31. *main.width: 506
  32. *main.height: 444
  33. *main.mainMenuBar*marginWidth: 2
  34. *main*hostMenuBar*marginWidth: 2
  35. *main*dirName.labelString: Dir:
  36. *main*dirList.scrollBarDisplayPolicy: STATIC
  37. *main*dirList.visibleItemCount: 10
  38. *main*xferModeLabel.labelString: Xfer Mode
  39. *main*ascii.labelString: ASCII
  40. *main*binary.labelString: Binary
  41. *main*xferOpsLabel.labelString: Xfer Ops
  42. *main*xferOps.entryAlignment: ALIGNMENT_CENTER
  43. *main*xferOps.viewButton.labelString: View
  44. *main*bottomForm.paneMinimum: 79
  45. *main*resultFlagFrame.shadowType: XmSHADOW_IN
  46. *main*log.editable: False
  47. *main*log.marginHeight: 3
  48.  
  49.  
  50. !
  51. ! Wildcard Dialog resources
  52. !
  53. *wildcard_popup.title: Wildcard
  54. *wildcard*listLabel.labelString: Recently Referenced Wildcards:
  55. *wildcard*list.visibleItemCount: 6
  56. *wildcard*list.scrollBarDisplayPolicy: STATIC
  57. *wildcard*list.width: 220
  58. *wildcard*textLabel.labelString: Wildcard to Apply:
  59. *wildcard*replaceToggle.labelString: Replace Filename Selection
  60. *wildcard*addToggle.labelString: Add to Filename Selection
  61.  
  62.  
  63. !
  64. ! Remote Connect Dialog resources
  65. !
  66. *rConnect_popup.title: Connect to Remote Host
  67. *rConnect.okLabelString: Connect
  68. *rConnect*hostListLabel.labelString: Recently Referenced Hosts:
  69. *rConnect*hostList.visibleItemCount: 6
  70. *rConnect*hostList.scrollBarDisplayPolicy: STATIC
  71. *rConnect*hostNameLabel.labelString: Host Name:
  72. *rConnect*userNameLabel.labelString: User Name:
  73.  
  74.  
  75. !
  76. ! Anonymous Remote Connect Dialog resources
  77. !
  78. *aConnect_popup.title: Connect to Anonymous
  79. *aConnect.okLabelString: Connect
  80. *aConnect*hostListLabel.labelString: Recently Referenced Hosts:
  81. *aConnect*hostList.visibleItemCount: 6
  82. *aConnect*hostList.scrollBarDisplayPolicy: STATIC
  83. *aConnect*hostNameLabel.labelString: Host Name:
  84. *aConnect*userNameLabel.labelString: User Name:
  85. *aConnect*passwordLabel.labelString: Password:
  86.  
  87.  
  88. !
  89. ! Password Dialog resources
  90. !
  91. *password_popup.title: Password
  92. *password.selectionLabelString: Type password
  93.  
  94.  
  95. !
  96. ! Account Dialog resources
  97. !
  98. *account_popup.title: Account
  99. *account.selectionLabelString: Type account
  100.  
  101.  
  102. !
  103. ! Change Directory Dialog resources
  104. !
  105. *changeDir_popup.title: Change Directory
  106. *changeDir.listLabelString: Recently Referenced Directories:
  107. *changeDir.selectionLabelString: Directory:
  108.  
  109.  
  110. !
  111. ! Make Directory Dialog resources
  112. !
  113. *makeDir_popup.title: Make Directory
  114. *makeDir.selectionLabelString: Directory Name:
  115.  
  116.  
  117. !
  118. ! Verify Dialog resources
  119. !
  120. *verify_popup.title: Verify Selection
  121. *verify*list.visibleItemCount: 8
  122. *verify*list.scrollBarDisplayPolicy: STATIC
  123.  
  124.  
  125. !
  126. ! Destination Directory Dialog resources
  127. !
  128. *destdir_popup.title: Destination Directory
  129. *destdir*instruction.labelString: Display Destination Directory
  130. *destdir*dirName.labelString: Dir:
  131. *destdir*dirList.scrollBarDisplayPolicy: STATIC
  132. *destdir*dirList.width: 228
  133. *destdir*form.height: 250
  134.  
  135.  
  136. !
  137. ! Rename Dialog resources
  138. !
  139. *rename_popup.title: Rename
  140. *rename.okLabelString: Rename
  141. *rename.applyLabelString: Skip
  142. *rename*oldNameLabel.labelString: Old name:
  143. *rename*newNameLabel.labelString: New name:
  144.  
  145.  
  146. !
  147. ! Quote Dialog resources
  148. !
  149. *quote_popup.title: Send Quoted Command
  150. *quote.okLabelString: Send
  151. *quote*listLabel.labelString: Recently Referenced Commands:
  152. *quote*list.visibleItemCount: 6
  153. *quote*list.scrollBarDisplayPolicy: STATIC
  154. *quote*list.width: 220
  155. *quote*textLabel.labelString: Low-level FTP Command:
  156. *quote*warningLabel.labelString: WARNING!
  157. *quote*warningFrame.shadowType: SHADOW_ETCHED_OUT
  158. *quote*warningMsg1.labelString: Do not send commands directly to the
  159. *quote*warningMsg1.alignment: ALIGNMENT_BEGINNING
  160. *quote*warningMsg2.labelString: FTP server unless you know what you
  161. *quote*warningMsg2.alignment: ALIGNMENT_BEGINNING
  162. *quote*warningMsg3.labelString: are doing.  Press Help for details.
  163. *quote*warningMsg3.alignment: ALIGNMENT_BEGINNING
  164.  
  165.  
  166. !
  167. ! Question Dialog resources
  168. !
  169. *question_popup.title: Question
  170. *question.okLabelString: Yes
  171. *question.cancelLabelString: No
  172.  
  173.  
  174. !
  175. ! Abort Dialog resources
  176. !
  177. *abort_popup.title: Abort in Progress
  178. *abort.abortMessage.labelString:\
  179. ABORT OPERATION IN PROGRESS\n\n------------\n\nPLEASE BE PATIENT
  180.  
  181.  
  182. !
  183. ! Save Log Dialog resources
  184. !
  185. *saveLog_popup.title: Save Diagnostics Log
  186. *saveLog.selectionLabelString: Log File Name:
  187.  
  188.  
  189. !
  190. ! File Transfer Monitor Dialog resources
  191. !
  192. *monitor_popup.title: File Transfer Monitor
  193. *monitor.okLabelString: Abort
  194. *monitor.width: 306
  195. *monitor.height: 221
  196. *monitor.resizePolicy: RESIZE_NONE
  197. *monitor*nameLabel.labelString: File Name:
  198. *monitor*name.leftOffset: 95
  199. *monitor*lengthLabel.labelString: File Length:
  200. *monitor*length.leftOffset: 95
  201. *monitor*bytesMovedLabel.labelString: Bytes Moved:
  202. *monitor*bytesMoved.leftOffset: 95
  203.  
  204.  
  205. !
  206. ! Preferences Dialog resources
  207. !
  208. *prefs_popup.title: Xftp Preferences
  209. *prefs*okButton.labelString: OK
  210. *prefs*applyButton.labelString: Apply
  211. *prefs*cancelButton.labelString: Cancel
  212. *prefs*helpButton.labelString: Help
  213. *prefs.scrolledWindow.height: 280
  214. *prefs.scrolledWindow*rowColumn.frame.shadowType: SHADOW_OUT
  215. *prefs.scrolledWindow*radioBoxFrame.shadowType: SHADOW_ETCHED_IN
  216. *prefs.scrolledWindow.width: 447
  217.  
  218.  
  219. !
  220. ! Left Directory Path Dialog resources
  221. !
  222. *leftDirPath_popup.title: "Left" Host Directory
  223. *leftDirPath.cancelLabelString: Close
  224. *leftDirPath.width: 350
  225. *leftDirPath.height: 100
  226.  
  227.  
  228. !
  229. ! Right Directory Path Dialog resources
  230. !
  231. *rightDirPath_popup.title: "Right" Host Directory
  232. *rightDirPath.cancelLabelString: Close
  233. *rightDirPath.width: 350
  234. *rightDirPath.height: 100
  235.  
  236.  
  237. !
  238. ! Left Long Directory List Dialog resources
  239. !
  240. *leftDirLong_popup.title: "Left" Long Directory List
  241. *leftDirLong.closeButton.labelString: Close
  242. *leftDirLong.helpButton.labelString: Help
  243. *leftDirLong*dirList.columns: 75
  244. *leftDirLong*dirList.rows: 12
  245.  
  246.  
  247. !
  248. ! Right Long Directory List Dialog resources
  249. !
  250. *rightDirLong_popup.title: "Right" Long Directory List
  251. *rightDirLong.closeButton.labelString: Close
  252. *rightDirLong.helpButton.labelString: Help
  253. *rightDirLong*dirList.columns: 75
  254. *rightDirLong*dirList.rows: 12
  255.  
  256.  
  257. !
  258. ! Left Directory Table Dialog resources
  259. !
  260. *leftDirTable_popup.title: "Left" Tabular Directory List
  261. *leftDirTable.closeButton.labelString: Close
  262. *leftDirTable.helpButton.labelString: Help
  263. *leftDirTable.scrolledWindow.width: 400
  264. *leftDirTable.scrolledWindow.height: 200
  265.  
  266.  
  267. !
  268. ! Right Directory Table Dialog resources
  269. !
  270. *rightDirTable_popup.title: "Right" Tabular Directory List
  271. *rightDirTable.closeButton.labelString: Close
  272. *rightDirTable.helpButton.labelString:  Help
  273. *rightDirTable.scrolledWindow.width: 400
  274. *rightDirTable.scrolledWindow.height: 200
  275.  
  276.  
  277. !
  278. ! About XFTP Dialog resources
  279. !
  280. *about_popup.title: About LLNL XFTP
  281. *about.cancelLabelString: Close
  282. *about.helpLabelString: More
  283.  
  284. !
  285. ! Help Dialog resources
  286. !
  287. *help_popup.title: Help
  288. *help.width: 450
  289. *help.height: 300
  290.  
  291.  
  292. !
  293. ! Information Dialog resources
  294. !
  295. *information_popup.title: Information
  296.  
  297.  
  298. !
  299. ! Monitor resources
  300. !
  301. *mpMonitor_popup.title: Monitor
  302. *mpMonitor.okLabelString: Abort
  303. *mpMonitor.width: 350
  304. *mpMonitor.height: 100
  305.  
  306.  
  307. !
  308. ! View Dialog resources
  309. !
  310. *view.saveButton.labelString: Save
  311. *view.closeButton.labelString: Close
  312. *view.helpButton.labelString: Help
  313. *view*text.columns: 70
  314. *view*text.rows: 18
  315.  
  316.  
  317. !
  318. ! Viewer Preferences Dialog resources
  319. !
  320. *viewPrefs_popup.title: Viewer Preferences
  321. *viewPrefs*listLabel.labelString: Extensions:
  322. *viewPrefs*list.visibleItemCount: 8
  323. *viewPrefs*list.scrollBarDisplayPolicy: STATIC
  324. *viewPrefs*extensionLabel.labelString: Extension:
  325. *viewPrefs*commandLineLabel.labelString: Viewer Command Line:
  326. *viewPrefs*editFrame.shadowType: SHADOW_ETCHED_IN
  327. *viewPrefs*addButton.labelString: Add
  328. *viewPrefs*replaceButton.labelString: Replace
  329. *viewPrefs*deleteButton.labelString: Delete
  330. *viewPrefs*messageFrame.shadowType: SHADOW_ETCHED_OUT
  331. *viewPrefs*message1.labelString: If "Viewer Command Line" is null then the built-in
  332. *viewPrefs*message1.alignment: ALIGNMENT_BEGINNING
  333. *viewPrefs*message2.labelString: viewer will be used.    Use "<>" for file name.
  334. *viewPrefs*message2.alignment: ALIGNMENT_BEGINNING
  335.  
  336. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  337. !
  338. !   Use the following settings for large font:
  339. !
  340. !   XFtp*defaultFontList: *hel*-b*-r-*-14-*,variable
  341. !   XFtp*fontList: *hel*-b*-r-*-14-*,variable
  342. !   XFtp*leftDirLong*dirList.fontList: 9x15bold,fixed
  343. !   XFtp*rightDirLong*dirList.fontList: 9x15bold,fixed
  344. !   XFtp*view*text.fontList: 9x15bold,fixed
  345. !   *main.width: 560
  346. !   *main.height: 460
  347. !   *monitor*name.leftOffset: 102
  348. !   *monitor*length.leftOffset: 102
  349. !   *monitor*bytesMoved.leftOffset: 102
  350. !   *prefs.scrolledWindow.width: 470
  351. !
  352. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  353.  
  354.  
  355.